Data Key
|
25-character alphanumeric
|
receipt.getDataKey();
|
This field is created when a profile is created and a token is returned.
It is a unique profile identifier, and is a required value for all future Vault transactions.
|
Vault Success
|
true/false
|
receipt.getResSuccess();
|
Indicates whether Vault transaction was successful.
|
Payment Type
|
cc
|
receipt.getPaymentType();
|
Indicates the payment type associated with a Vault profile.
|
Customer ID
|
30-character alphanumeric
|
receipt.getResCustId();
|
Returns the customer ID saved in the profile.
|
Phone Number
|
30-character alphanumeric
|
receipt.getResPhone();
|
Returns the phone number saved in the profile.
|
Email Address
|
30-character alphanumeric
|
receipt.getResEmail();
|
Returns the email address saved in the profile.
|
Note
|
30-character alphanumeric
|
receipt.getResNote();
|
Returns the note saved in the profile.
|
Credit Card Fields
|
Masked PAN
|
20-character numeric
|
receipt.getResMaskedPan();
|
Returns the first 4 last 4 of the card number saved in the profile.
|
PAN
|
20-character numeric
|
receipt.getResPan();
|
Returns the full card number saved in the profile.
|
Expiry Date
|
4-character numeric
|
receipt.getResExpdate();
|
Returns the expiry date of the card number saved in the profile. YYMM format.
|
E-Commerce Indicator
|
1-character numeric
|
receipt.getResCryptType();
|
Returns the e-commerce indicator saved in the profile.
|
AVS Street Number
|
19-character alphanumeric
|
receipt.getResAvsStreetNumber();
|
Returns the AVS street number saved in the profile. If no other AVS street number is passed in the transaction request, this value will be submitted along with the financial transaction to the issuer.
|
AVS Street Name
|
19-character alphanumeric
|
receipt.getResAvsStreetName();
|
Returns the AVS street name saved in the profile. If no other AVS street number is passed in the transaction request, this value will be submitted along with the financial transaction to the issuer.
|
AVS Zip/Postal Code
|
9-character alphanumeric
|
receipt.getResAvsZipcode();
|
Returns the AVS zip/postal code saved in the profile. If no other AVS street number is passed in the transaction request, this value will be submitted along with the financial transaction to the issuer. |
Get Expiring Fields |
Expiring card's payment type
|
cc
|
receipt.getExpPaymentType();
|
Indicates the payment type associated with a Vault profile.
|
Expiring card's Customer ID
|
30-character alphanumeric
|
receipt.getExpCustId();
|
Returns the customer ID saved in the profile.
|
Expiring card's Phone Number
|
30-character alphanumeric
|
receipt.getExpPhone();
|
Returns the phone number saved in the profile.
|
Expiring card's Email Address
|
30-character alphanumeric
|
receipt.getExpEmail();
|
Returns the email address saved in the profile.
|
Expiring card's Note
|
30-character alphanumeric
|
receipt.getExpNote();
|
Returns the note saved in the profile.
|
Get Expiring Credit Card Fields
|
Expiring card's Masked PAN
|
20-character numeric
|
receipt.getExpMaskedPan();
|
Returns the first 4 last 4 of the card number saved in the profile.
|
Expiring card's Expiry Date
|
4-character numeric
|
receipt.getExpExpdate();
|
Returns the expiry date of the card number saved in the profile. YYMM format.
|
Expiring card's E-Commerce Indicator
|
1-character numeric
|
receipt.getExpCryptType();
|
Returns the e-commerce indicator saved in the profile.
|
Expiring card's AVS Street Number
|
19-character alphanumeric
|
receipt.getExpAvsStreetNumber();
|
Returns the AVS street number saved in the profile. If no other AVS street number is passed in the transaction request, this value will be submitted along with the financial transaction to the issuer.
|
Expiring card's AVS Street Name
|
19-character alphanumeric
|
receipt.getExpAvsStreetName();
|
Returns the AVS street name saved in the profile. If no other AVS street number is passed in the transaction request, this value will be submitted along with the financial transaction to the issuer.
|
Expiring card's AVS Zip/Postal Code
|
9-character alphanumeric
|
receipt.getExpAvsZipcode();
|
Returns the AVS zip/postal code saved in the profile. If no other AVS street number is passed in the transaction request, this value will be submitted along with the financial transaction to the issuer.
|